home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 14216 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: mail2news.demon.co.uk!genesis.demon.co.uk
  2. From: Lawrence Kirby <fred@genesis.demon.co.uk>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Mouse Event Handler
  5. Date: Fri, 12 Apr 96 13:45:23 GMT
  6. Organization: none
  7. Message-ID: <829316723snz@genesis.demon.co.uk>
  8. References: <316B59B1.359D@natlab.research.philips.com>
  9. Reply-To: fred@genesis.demon.co.uk
  10. X-NNTP-Posting-Host: genesis.demon.co.uk
  11. X-Newsreader: Demon Internet Simple News v1.27
  12. X-Mail2News-Path: genesis.demon.co.uk
  13.  
  14. In article <316B59B1.359D@natlab.research.philips.com>
  15.            niessene@natlab.research.philips.com "niessene" writes:
  16.  
  17. >Can somebody tell me why the following programm doesn't work?
  18. >It only goes one time in the ISR. I'm using Borland C++ 4.5.
  19. >
  20. >#include <stdio.h>
  21. >#include <dos.h>
  22. >#include <conio.h>
  23.  
  24. You're well out of the scope of the C language here. You need a newsgroup
  25. where things like ISR's, dos.h and conio.h mean something, possibly
  26. comp.os.msdos.programmer.
  27.  
  28. -- 
  29. -----------------------------------------
  30. Lawrence Kirby | fred@genesis.demon.co.uk
  31. Wilts, England | 70734.126@compuserve.com
  32. -----------------------------------------
  33.